summaryrefslogtreecommitdiff
path: root/app/(tabs)/alerts/[id].tsx
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-08 12:22:43 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-08 12:22:43 +0200
commit27746d592b72ccb04f51a6ba53b84d8de10382e9 (patch)
tree5ecde4209e87cafe1d22344d6634d7ab74f5669a /app/(tabs)/alerts/[id].tsx
parent126e967836155e056776fcd548a4b0b0e9e29d9a (diff)
Shwo unseen noitifications number
Diffstat (limited to 'app/(tabs)/alerts/[id].tsx')
-rw-r--r--app/(tabs)/alerts/[id].tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/(tabs)/alerts/[id].tsx b/app/(tabs)/alerts/[id].tsx
index 9dba92a..92856b3 100644
--- a/app/(tabs)/alerts/[id].tsx
+++ b/app/(tabs)/alerts/[id].tsx
@@ -158,7 +158,7 @@ export default function AlertIdScreen() {
const theme = useColorScheme() ?? 'light';
return (
- <ParallaxScrollView>
+ <ParallaxScrollView token={token} userId={userId}>
{alert === null ? (
<ThemedView>
<ThemedText>Loading...</ThemedText>